home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / hudba / earmaster / earpro4setup.exe / {app} / ear40.exe / 0 / RCDATA / TEXPORTIMPORT / TEXPORTIMPORT.txt
Text File  |  2003-04-03  |  3KB  |  141 lines

  1. object ExportImport: TExportImport
  2.   Left = 465
  3.   Top = 218
  4.   HelpContext = 254
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = ' '
  8.   ClientHeight = 306
  9.   ClientWidth = 283
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object Label5: TLabel
  24.     Left = 8
  25.     Top = 3
  26.     Width = 265
  27.     Height = 38
  28.     AutoSize = False
  29.     Caption = 'Export and import tutorprofile and results for one user:'
  30.     WordWrap = True
  31.   end
  32.   object PageControl1: TPageControl
  33.     Left = 8
  34.     Top = 41
  35.     Width = 269
  36.     Height = 217
  37.     HelpContext = 254
  38.     ActivePage = TabSheet1
  39.     TabOrder = 1
  40.     OnChange = PageControl1Change
  41.     object TabSheet1: TTabSheet
  42.       HelpContext = 254
  43.       Caption = 'Import'
  44.       object Label1: TLabel
  45.         Left = 16
  46.         Top = 15
  47.         Width = 77
  48.         Height = 16
  49.         Caption = 'Update user:'
  50.       end
  51.       object Label2: TLabel
  52.         Left = 16
  53.         Top = 79
  54.         Width = 88
  55.         Height = 16
  56.         Caption = 'With data from:'
  57.       end
  58.       object Label6: TLabel
  59.         Left = 16
  60.         Top = 148
  61.         Width = 64
  62.         Height = 16
  63.         Caption = 'Importing...'
  64.         Visible = False
  65.       end
  66.       object BitBtn1: TBitBtn
  67.         Left = 156
  68.         Top = 145
  69.         Width = 89
  70.         Height = 25
  71.         Caption = 'Import'
  72.         TabOrder = 0
  73.         OnClick = BitBtn1Click
  74.       end
  75.     end
  76.     object TabSheet2: TTabSheet
  77.       HelpContext = 254
  78.       Caption = 'Export'
  79.       object Label3: TLabel
  80.         Left = 16
  81.         Top = 15
  82.         Width = 129
  83.         Height = 16
  84.         Caption = 'Export user data from:'
  85.       end
  86.       object Label4: TLabel
  87.         Left = 16
  88.         Top = 79
  89.         Width = 20
  90.         Height = 16
  91.         Caption = 'To:'
  92.       end
  93.       object Label7: TLabel
  94.         Left = 16
  95.         Top = 148
  96.         Width = 65
  97.         Height = 16
  98.         Caption = 'Exporting...'
  99.         Visible = False
  100.       end
  101.       object BitBtn2: TBitBtn
  102.         Left = 156
  103.         Top = 145
  104.         Width = 89
  105.         Height = 25
  106.         Caption = 'Export'
  107.         TabOrder = 0
  108.         OnClick = BitBtn2Click
  109.       end
  110.     end
  111.   end
  112.   object Edit1: TEdit
  113.     Left = 28
  114.     Top = 164
  115.     Width = 229
  116.     Height = 24
  117.     HelpContext = 258
  118.     TabOrder = 0
  119.     Text = 'A:\'
  120.   end
  121.   object BitBtn3: TBitBtn
  122.     Left = 200
  123.     Top = 272
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'Close'
  127.     ModalResult = 1
  128.     TabOrder = 2
  129.   end
  130.   object ComboBox1: TComboBox
  131.     Left = 28
  132.     Top = 100
  133.     Width = 229
  134.     Height = 24
  135.     Style = csDropDownList
  136.     ItemHeight = 16
  137.     TabOrder = 3
  138.     OnChange = ComboBox1Change
  139.   end
  140. end
  141.